_dbus_bindings_warning = DeprecationWarning('The dbus_bindings module is not public API and will go away soon.\n\nMost uses of dbus_bindings are applications catching the exception\ndbus.dbus_bindings.DBusException. You should use dbus.DBusException\ninstead (this is compatible with all dbus-python versions since 0.40.2).\n\nIf you need additional public API, please contact the maintainers via\n<dbus@lists.freedesktop.org>.\n')
from _dbus_bindings import Message, SignalMessage as Signal, MethodCallMessage as MethodCall, MethodReturnMessage as MethodReturn, ErrorMessage as Error